We've ran into an issue where the pass breaks a handful of our internal tests
and need a way to temporarily disable the pass while we're investigating.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/NVPTX/NVPTXTargetMachine.cpp | ||
---|---|---|
414 | IIUC, pre-merge checks are complaining about formatting: https://buildkite.com/llvm-project/premerge-checks/builds/161426#01890803-0fee-40a1-a9b3-d1d55a200ede |
llvm/lib/Target/NVPTX/NVPTXTargetMachine.cpp | ||
---|---|---|
414 | This is odd. It's all-spaces in my source file. Here's hexdump of that part of the diff: 00000590 6c 65 50 61 73 73 28 29 29 3b 0a 2b 20 20 69 66 |lePass());.+ if| 000005a0 20 28 45 78 69 74 4f 6e 55 6e 72 65 61 63 68 61 | (ExitOnUnreacha| 000005b0 62 6c 65 29 0a 2b 20 20 20 20 61 64 64 50 61 73 |ble).+ addPas| 000005c0 73 28 63 72 65 61 74 65 4e 56 50 54 58 4c 6f 77 |s(createNVPTXLow| 000005d0 65 72 55 6e 72 65 61 63 68 61 62 6c 65 50 61 73 |erUnreachablePas| |
Could you add a FIXME to get rid of this eventually?