Skip to content

Commit 4e71a92

Browse files
Sandboxed API Teamcopybara-github
authored andcommitted
Updates LLVM usage to match [a1de9aca1150](llvm/llvm-project@a1de9aca1150) PiperOrigin-RevId: 807656101 Change-Id: I2c216bcd4be5fe3c79edf98fdbf31fc7f28c33bb
1 parent c520612 commit 4e71a92

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sandboxed_api/tools/clang_generator/generator.cc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,12 @@ bool GeneratorFactory::runInvocation(
490490
"__builtin_ia32_vpshrdvw128=",
491491
"__builtin_ia32_vpshrdvw256=",
492492
"__builtin_ia32_vpshrdvw512=",
493+
"__builtin_ia32_vplzcntd_128=",
494+
"__builtin_ia32_vplzcntd_256=",
495+
"__builtin_ia32_vplzcntd_512=",
496+
"__builtin_ia32_vplzcntq_128=",
497+
"__builtin_ia32_vplzcntq_256=",
498+
"__builtin_ia32_vplzcntq_512=",
493499

494500
// Trick <prfchwintrin.h> from being included by defining its header
495501
// guard.

0 commit comments

Comments
 (0)